'Declaration Public Overloads Overrides Function Evaluate( _ ByVal args() As System.Object _ ) As System.Object
'Usage Dim instance As CalcAndFunction Dim args() As System.Object Dim value As System.Object value = instance.Evaluate(args)
public override System.object Evaluate( System.object[] args )
Parameters
- args
The args contains 1 - 255 items: logical, [logica2], [logica3], ..
logical, [logica2], [logica3], ... are 1 to 255 conditions you want to test that can be either true or false.
Return Value
A System.Boolean value that indicates the evaluate result.